Operation int lastIndexOf (Object elem), in Class Vector

Documentation

* Returns the index of the last occurrence of the specified object in
* this vector.
*
* @param elem the desired component.
* @return the index of the last occurrence of the specified object in
* this vector; returns <code>-1</code> if the object is not found.
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
FinalTrueAbstractFalse
StaticFalseNativeFalse
SynchronizedFalse